@charset "utf-8";
/* CSS Document */

.load_main {
	margin:20px 0;
}

.load_sleft {
	width:260px;
	float:left;
}

.load_left_box {
	border:1px solid #ddd;
	margin-bottom:15px;
}

.load_left_box_one {
	box-sizing:border-box;
	padding:15px;
}

.top_ico {
	display:block;
	width:170px;
	height:170px;
	margin:0 auto;
	border-radius:5px;
	overflow:hidden;
	position:relative;
	background:#eee;
}

.top_ico img {
	display:block;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
	height:100%;
}

.top_tit {
	font-size:18px;
	line-height:170%;
	text-align:center;
	margin-top:10px;
	display:block;
	font-weight:bold;
	color:#222;
}

.top_down {
	padding-top:15px;
}

.top_down li {
    position: relative;
	z-index:1;
    height: 40px;
    line-height: 40px;
    background:#62B2E8;
	text-align:center;
    z-index: 9;
	font-size:16px;
	margin-bottom:15px;
}

.top_down li a {
	color:#FFF;
}

.top_down li.one {
	background:url(../images/top_ic1.png) no-repeat 15% center #62B2E8;
	background-size:auto 30px;
}

.top_down li.two {
	background:url(../images/top_ic2.png) no-repeat 15% center #FFA633;
	background-size:auto 30px;
}

.top_down li.three {
	background:url(../images/top_ic3.png) no-repeat 15% center #52CAC0;
	background-size:auto 30px;
}

.top_down li.four {
	background:url(../images/top_ic4.png) no-repeat 15% center #CC98E1;
	background-size:auto 30px;
}

.top_down li i {
	width: 45px;
    height: 40px;
    display: block;
	position: absolute;
    top: 0;
    right: 0;
	z-index:9;
	border-left:1px solid #fff;
	border-color:rgba(255,255,255,.2);
	cursor:pointer;
}

.top_down li i.erweima {
	background:url(../images/erweim.png) no-repeat center;
	background-size:18px auto;
}

.top_down li i.downico {
	background:url(../images/down.png) no-repeat center;
	background-size:18px auto;
}

.top_down li i .erwm {
	display:none;
	position:absolute;
	left:45px;
	width:100px;
	line-height:24px;
	padding-bottom:5px;
	overflow:hidden;
	z-index:11;
	text-align:center;
	background:#FFF;
	color:#666;
	font-size:12px;
	-webkit-box-shadow:3px 3px 5px rgba(0, 0, 0, .32);  
	-moz-box-shadow:3px 3px 5px rgba(0, 0, 0, .32);  
	box-shadow:3px 3px 5px rgba(0, 0, 0, .32); 
}

.top_down li i .erwm img {
	display:block;
	width:100px;
}

.load_mes_tit {
	border-bottom: 1px solid #47B751;
    font-size: 18px;
    line-height: 40px;
    color: #47B751;
    position: relative;
    z-index: 1;
    padding-left: 15px;
}

.load_mes {
	font-size:14px;
	margin:15px 5px 5px 15px;
}

.load_mes li {
	width:100%;
	line-height:24px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap; 
	margin-bottom:7px;
}

.load_mes li i {
	color:#999;
}

.djstar0,.djstar1,.djstar2,.djstar3,.djstar4,.djstar5,.djstar6 {
	display:inline-block;
	background:url(../images/Star.png) no-repeat;
	width: 84px;
	height: 13px;
	margin-top:4px;
}

.djstar1 {
	background-position: 0 -26px
}

.djstar2 {
	background-position: 0 -52px
}

.djstar3 {
	background-position: 0 -78px
}

.djstar4 {
	background-position: 0 -104px
}

.djstar5 {
	background-position: 0 -130px
}

.levels {
	display:inline-block;
}

.load_tag {
	padding:15px 0 5px 15px;
}

.load_tag a {
	display:block;
	float:left;
	border:1px solid #62B2E8;
	line-height:30px;
	padding:0 10px;
	border-radius:5px;
	font-size:14px;
	margin-right:10px;
	margin-bottom:10px;
	color:#62B2E8;
}

.load_tag a:hover {
	border:1px solid #47B751;
	color:#47B751;
}

.load_left_tw {
	box-sizing:border-box;
	padding:15px 15px 0 15px;
}
.load_left_tw li {
	position:relative;
	z-index:1;
	margin-bottom:15px;
}

.load_left_tw li .imgs {
	display:block;
	width:50px;
	height:50px;
	float:left;
	overflow:hidden;
	position:relative;
	background:#eee;
}

.load_left_tw li .imgs img {
	display:block;
	height:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.load_left_tw li .texts {
	float:right;
	width:-webkit-calc(100% - 60px); 
    width:-moz-calc(100% - 60px); 
    width:calc(100% - 60px);
	overflow:hidden;
}

.load_left_tw li .c-tit {
	font-size:14px;
	height:26px;
	line-height:26px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
}

.load_left_tw li .c-class {
	font-size: 13px;
    color: #888;
    line-height: 24px;
    height: 24px;
}

.load_left_tw li .c-class span, .load_left_tw li .c-class i {
    display: block;
    float: left;
}

.load_left_tw li .c-class i {
    margin:0 5px;
}

.load_left_tw li .c-download {
    display: none;
	position:absolute;
	z-index:9;
	left:60px;
	bottom:0px;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    width: 52px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    font-size: 13px;
    border-radius: 5px;
}

.load_left_tw li:hover .c-download {
    display: block;
}

.load_left_tw li .c-download:hover {
	color: #fff;
	background-color:#47B751!important;
	border-color: #0062cc;
}

.load_center {
	width:700px;
	float:left;
	margin-left:20px;
}

.focusBox { position: relative; width:100%; height:500px; overflow: hidden; }	
.focusBox .pic img { width:auto; height:480px; max-width:100%; display: block; margin:0 auto; }	
.focusBox .hd { overflow:hidden; zoom:1; position:absolute; bottom:0px; right:10px; z-index:3}	
.focusBox .hd li{float:left; line-height:15px; text-align:center; font-size:12px; width:25px; height:10px; cursor:pointer; overflow:hidden; background:#999; margin-left:4px; filter:alpha(opacity=80); opacity:.8; -webkit-transition:All .5s ease;-moz-transition:All .5s ease;-o-transition:All .5s ease }	
.focusBox .hd .on{ background:#47B751; filter:alpha(opacity=100);opacity:1;   }	
.focusBox .prev,.focusBox .next { width:45px; height:99px; position:absolute; top:50%; margin-top:-60px; z-index:3; filter:alpha(opacity=20); -moz-opacity:.2; opacity:.2; -webkit-transition:All .5s ease;-moz-transition:All .5s ease;-o-transition:All .5s ease}	
.focusBox .prev { background-image:url(../images/index.png); background-position:-112px 0; left:0 }	
.focusBox .next { background-image:url(../images/index.png); background-position:-158px 0; right:0 }	
.focusBox .prev:hover,	.focusBox .next:hover { filter:alpha(opacity=60); -moz-opacity:.6; opacity:.6 }	

.load_right {
	width:200px;
	float:right;
}

.load_rone {
	padding:5px 0 10px 0;
} 

.load_rone li {
	/*width:100%;
	float:left;
	margin-left:15px;
	margin-top:13px;*/
	margin:8px 15px 0 15px;
}

.load_rone li span {
	/*width:70px;*/
	display:block;
	height:100px;
	margin:0 auto;
	background:#eee;
	position:relative;
	overflow:hidden;
	width:100%;
}

.load_rone li span img {
	display:block;
	height:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.load_rone li .ntit {
	text-align:center;
}

.load_rone li .ntit b {
	display:block;
	font-weight:normal;
	font-size:14px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	height:32px;
	line-height:32px;
}

.load_rtwo {
    padding:5px 0;	
}

.load_rtwo li {
	border-bottom:1px dotted #ddd;
	padding:15px 15px;
	width:100%;
	box-sizing:border-box;
	float:left;
}

.load_rtwo li:last-child {
	border-bottom:none;
}

.load_rtwo li span {
	display:block;
	float:left;
	width:70px;
	height:70px;
	overflow:hidden;
	margin-right:10px;
	position:relative;
	background:#eee;
}

.load_rtwo li span img {
	display:block;
	height:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.load_rtwo li .ntit {
	float:right;
	width:-webkit-calc(100% - 80px); 
	width:-moz-calc(100% - 80px); 
	width:calc(100% - 80px);
}

.load_rtwo li .ntit b {
	display:block;
	font-size:14px;
	font-weight:normal;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	height:26px;
	line-height:26px;
	margin-top:-2px;
}

.load_rtwo li .ntit i {
	display:block;
	font-size: 13px;
    color: #888;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	height:22px;
	line-height:22px;
}

/*游戏详情*/
.game_dleft {
	width:300px;
	float:left;
}

.game_dleft_box {
	border:1px solid #ddd;
	margin-bottom:15px;
}

.game_dleft_one {
	padding:20px 15px;
	overflow:hidden;
}

.game_thum {
	display: block;
    height: 220px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    background: #eee;
	position:relative;
	border-radius:15px;
}

.game_thum img {
	height: 100%;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.game_dleft_tit {
    color: #3E9A91;
    font-size: 22px;
    margin-top: 10px;
	text-align:center;
	line-height:150%;
}

.game_hot {
	margin:0 15px;
}

.game_hot li {
	padding:15px 0;
    border-bottom: solid 1px #eee;
    overflow: hidden;
	width:100%;
	float:left;
}

.game_hot li:last-child {
	border-bottom:none;
}

.game_hot li a.i_img {
    float: left;
    width: 100px;
    height: 120px;
    cursor: pointer;
}

.game_hot li a.i_img img {
	display:block;
	width:100%;
	height:100%;
}

.game_hot li .i_txt {
    float: right;
    overflow: hidden;
	width:-webkit-calc(100% - 115px); 
	width:-moz-calc(100% - 115px); 
	width:calc(100% - 115px); 
}

.game_hot li .i_txt h6 {
    font-size: 16px;
	height:30px;
	line-height:30px;
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-bottom:10px;
}

.game_hot li .i_txt_c {
    line-height: 24px;
	font-size:13px;
	color:#444;
}

.game_hot li .i_txt_c span {
    color:#999;
}

.game_new {
	margin:20px 15px 5px 15px;
}

.game_new li {
	width:130px;
	height:150px;
	float:left;
	position:relative;
	z-index:1;
	margin-bottom:15px;
	overflow:hidden;
}

.game_new li:nth-child(2n) {
	float:right;
}

.game_new li img {
	display: block;
    height: 100%;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.game_new li .game_new_title {
    position: absolute;
    z-index: 9;
    background-color: rgba(0,0,0,.65);
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    left: 0;
    bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
    box-sizing: border-box;
}

.game_new li .game_new_bo {
	display:none;
	position:absolute;
	z-index:11;
	background-color:rgba(0,0,0,.5);
	width:100%;
	height:100%;
	left:0;
	top:0;
	color:#FFF;
	font-size:12px;
	box-sizing:border-box;
	padding-top:24px;
}

.game_new li .game_new_bo b {
	display:block;
	line-height:24px;
	font-weight:normal;
	margin-left:15px;
}

.game_new li .game_new_bo a {
	color:#fff;
}

.game_new li .game_new_bo a.godown {
	display:block;
	width:100px;
	height:30px;
	line-height:30px;
	background:#57BFB5;
	color:#FFF;
	border-radius:3px;
	text-align:center;
	margin:5px auto;
}

.cr1 .game_new_bo {
	display:block!important;
}

.cr1 .game_new_title {
	display:none!important;
}

.game_dright {
    width: 880px;
    float: right;
}

.game_dright_tit {	
	font-size:24px;
	position:relative;
	z-index:1;
	padding-right:200px;
	overflow:hidden;
	margin-bottom:10px;
	min-height:45px;
}

.game_dright_tit .t_down  {
	position: absolute;
    z-index: 5;
    right: 0;
    top: 0px;
    font-size: 18px;
    color: #FFF;
    background: #FFB400;
    height: 40px;
    width: 160px;
    border-radius: 5px;
    line-height: 40px;
}

.game_dright_tit .t_down_b  {
	display: block;
    color: #FFF;
    background: url(../images/down.png) no-repeat 25px center;
    padding-left: 65px;
    background-size: auto 25px;
}





.game_dright_des {
    background: #f4f4f4;
	overflow: hidden; 
	font-size:14px;
	margin-bottom:10px;
}

.game_dright_des .con {
	margin:10px 15px;
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:25px;
	height:50px;
}

.game_info {
    overflow: hidden;
	font-size:14px;
	color:#444;
	padding:0 0 15px 0;
}

.param li {
    width: 50%;
    float: left;
    height: 32px;
    line-height: 32px;
    color: #333;
}

.param li span {
	color:#999;
}

.param li i {
	color:#999;
}

.game_dright_tag {
	font-size:14px;
	padding-top:13px;
	border-top:1px dotted #ddd;
}

.game_dright_tag span {
	display:block;
	float:left;
	line-height:28px;
	margin-right:3px;
}

.game_dright_tag a.taglink {
	display:block;
	float:left;
	line-height:26px;
	border:1px solid #ddd;
	padding:0 10px;
	border-radius:15px;
	margin-right:12px;
}

.gamesoftnews {}

.gamesoftnews li {
    padding:15px 0;
	border-bottom:1px dotted #eee;
}

.gamesoftnews li:last-child {
	border-bottom:none;
}

.gamesoftnews li span {
	display:block;
    border: solid 1px #eae9e9;
    float: left;
    width: 170px;
    height: 100px;
	margin-right:20px;
}

.gamesoftnews li span img {
    width: 100%;
    height: 100%;
}

.gamesoftnews li h4  {
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	height:32px;
	line-height:32px;
	font-size:16px;
	margin-bottom:5px;
	margin-top:5px;
}

.gamesoftnews li .po {
    overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:24px;
	height:48px;
	font-size:13px;
	color:#999;
}

.ulList li.on .gamepubpic {
    display: block;
    width: 100px;
    height: 120px;
    float: left;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.ulList li.on .gamepubpic img {
    display: block;
    height: 100%;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}


.ulList li.on .gameta {
    float: right;
    width: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: calc(100% - 110px);
}

.ulList li.on .game_download {
	display:block;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
	width:80px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:13px;
	border-radius:5px;
	margin-top:10px;
}

.ulList li.on .game_download:hover {
	color: #fff;
	background-color:#47B751!important;
	border-color: #0062cc;
}

/*游戏主页*/
.game_index {
	width:1200px;
	margin:0 auto;
}

.game_w420 {
	width:420px;
	float:left;
	margin-top:15px;
}

.game_focus {
	width:420px;
	height:280px;
	overflow:hidden;
	position: relative;
}

.game_focus .pic img { 
    width:420px; 
	height:280px; 
	display: block;
}	

.game_focus .pic li { 
    position:relative;
}

.game_focus .pic li b {
	display:block; 
	font-weight:normal; 
	position:absolute; 
	left:0; 
	bottom:0; 
	width:100%; 
	height:40px; 
	line-height:40px; 
	background-color:rgba(0,0,0,.6); 
	box-sizing:border-box; 
	font-size:14px; 
	color:#FFF; 
	padding: 0 120px 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.game_focus .hd {
	overflow:hidden; 
	zoom:1; 
	position:absolute; 
	bottom:15px; 
	right:10px; 
	z-index:3;
}
	
.game_focus .hd li{
	float:left; 
	line-height:15px; 
	text-align:center; 
	font-size:12px; 
	width:20px; 
	height:5px; 
	cursor:pointer; 
	overflow:hidden; 
	background:#919191; 
	margin-left:4px; 
	filter:alpha(opacity=80); 
	opacity:.8; 
	-webkit-transition:All .5s ease;
	-moz-transition:All .5s ease;
	-o-transition:All .5s ease;
}	

.game_focus .hd .on{
	background:#fff;
	filter:alpha(opacity=100);
	opacity:1;
}

.game_focus .prev,	.game_focus .next {
	width:45px;
	height:99px;
	position:absolute;
	top:91px;
	z-index:3;
	filter:alpha(opacity=20);
	-moz-opacity:.2;
	opacity:.2;
	-webkit-transition:All .5s ease;
	-moz-transition:All .5s ease;
	-o-transition:All .5s ease;
}	

.game_focus .prev {
	background-image:url(../images/index.png); 
	background-position:-112px 0; 
	left:0
}	

.game_focus .next { background-image:url(../images/index.png); background-position:-158px 0; right:0 }	
.game_focus .prev:hover,	.game_focus .next:hover { filter:alpha(opacity=60); -moz-opacity:.6; opacity:.6 }

.game_lbox {}

.game_lbox ul {
	height:210px;
	overflow:hidden;
}

.game_lbox li {
	height: 95px;
    margin-bottom: 10px;
    background: #F1F1F1;
	padding-right:10px;
}

.game_lbox li .img {
    display: block;
	width:160px;
	height:95px;
    margin-right: 10px;
	float:left;
	position:relative;
	background:#fff;
	overflow:hidden;
}

.game_lbox li .img img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
	height:100%;
}

.game_lbox li .tit {
	display:block;
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	height:30px;
	line-height:30px;
	font-size:15px;
	font-weight:normal;
	padding-top:3px;
}

.game_lbox li .coe {
    overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:22px;
	height:44px;
	overflow:hidden;
	color:#888;
	font-size:12px;
}

.game_it {
    height: 45px;
    line-height: 45px;
	position:relative;
	z-index:1;
}

.game_it b {
    display:block;
	float:left;
	font-weight:normal;
	color:#222;
	font-size:18px;
	background:url(../images/ico_t.png) no-repeat left center;
	background-size:auto 18px;
	padding-left:26px;
}

.game_it .more {
    display:block;
	float:right;
	color:#999;
	font-size:14px;
}

.game_w460 {
	width:460px;
	float:left;
	margin-left:20px;
	margin-top:15px;
}

.game_topbar {
	border-bottom:1px solid #eee;
	padding-bottom:5px;
}

.game_topbar li {
	padding-bottom:10px;
}

.game_topbar li h4 {
    font-size:20px;
	color:#ff6b1b;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	line-height:40px;
	height:40px;
	text-align:center;
	font-weight:bold;
}

.game_topbar li h4 a {
	color:#ff6b1b;
}

.game_topbar li .cot {
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:24px;
	height:48px;
	font-size:14px;
	color:#555;
}

.game_botbar {
	font-size:14px;
	margin-top:10px;
	height:320px;
	overflow:hidden;
}

.game_botbar li {
	height:31px;
	line-height:31px;
	overflow:hidden;
	position:relative;
	z-index:1;
	padding-left:15px;
}

.game_botbar li:before {
	content:"";
	background:url(../images/ic.gif) no-repeat left center;
	width:5px;
	height:6px;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-3px;
}

.game_botbar li span {
	display:block;
	float:right;
	color:#999;
}

.game_w280 {
	width:280px;
	float:right;
	margin-top:15px;
}

.game_pbox {
	background:#f7f7f7;
	box-sizing:border-box;
	padding:0 10px;
}

.game_pbox ul {
	height:490px;
	overflow:hidden;
}

.game_gbox {}

.game_gbox .keyword {
	border:1px solid #eee;
	zoom:1;
	font-size:14px;
	line-height:26px;
	height:88px;
	overflow:hidden;
	box-sizing:border-box;
	padding:4px 10px 0 10px;
}

.game_gbox .keyword a {
	display:block;
	float:left;
	margin-right:10px;
}

.game_io {
	background: #f4f4f4 url(../images/ico_t.png) no-repeat 12px center;
	background-size:auto 18px;
    height: 45px;
	line-height:45px;
    padding: 0 12px 0 38px;
	position:relative;
	z-index:1;
	font-size:18px;
	color:#222;
}

.game_io .more {
	display:block;
	float:right;
	color:#888;
	font-size:14px;
}

.game_inl {
	width:900px;
	float:left;
	margin-top:15px;
}

.game_inr {
	width:280px;
	float:right;
	margin-top:15px;
}

.alonelist {}

.alonelist ul {
	margin-bottom:15px;
	height:505px;
}

.alonelist li {
    float: left;
    width: 160px;
    margin-right: 25px;
    margin-top: 12px;
    overflow: hidden;
}

.alonelist li:nth-child(5n) {
	margin-right:0;
}

.alonelist li span {
	display:block;
	width:100%;
	height:115px;
	overflow:hidden;
	position:relative;
}

.alonelist li span img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
	width:100%;
}

.alonelist li b {
	display:block;
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size:14px;
	height:36px;
	line-height:36px;
	text-align:center;
	font-weight:normal;
}

.toolall {
	padding-bottom:20px;
}

.toollist {
	width:435px;
	float:left;
	margin-top:7px;
	margin-bottom:5px;
}

.toollist:nth-child(2n) {
	float:right;
}

.tooltit {
	border-bottom: solid 1px #f4f4f4;
    height: 40px;
    line-height: 40px;
}

.tooltit b {
    color: #333;
    font-size: 18px;
	display:block;
	float:left;
	font-weight:normal;
}

.tooltit .mor {
    color: #888;
    font-size: 14px;
	display:block;
	float:right;
}

.toolul {
	width:-webkit-calc(100% - 200px); 
	width:-moz-calc(100% - 200px); 
	width:calc(100% - 200px);
	float:left;
	margin-top:10px;
	height:160px;
	overflow:hidden;
}

.toolul li {
	height:32px;
	line-height:32px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size:14px;
	position:relative;
	z-index:1;
	box-sizing:border-box;
	padding:0 0 0 15px;
}

.toolul li:before {
	content:"";
	width:4px;
	height:4px;
	border-radius:50%;
	background:#ddd;
	position:absolute;
	left:0;
	z-index:5;
	top:50%;
	margin-top:-2px;
}

.toolpic {
	width:180px;
	float:right;
	margin-top:15px;
}

.toolpic span {
	display:block;
	width:100%;
	height:120px;
	overflow:hidden;
}

.toolpic span img {
	display:block;
	width:100%;
	min-height:100%;
}

.toolpic b {
	display:block;
	font-weight:normal;
	font-size:14px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	height:30px;
	line-height:30px;
	text-align:center;
	margin-top:5px;
}

.tooltop {
	margin:0;
	height:490px!important;
}

.mg30 {
	margin-bottom:30px;
}

.nece_top {
	width:100%;
	border-bottom:1px solid #ddd;
}

.nece_img {
	display:block;
	width:100%;
	height:140px;
	overflow:hidden;
}

.nece_img img {
	display:block;
	width:100%;
	min-height:140px;
}

.nece_top b {
	display:block;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	height:30px;
	line-height:30px;
	font-size:14px;
	text-align:center;
	font-weight:normal;
}

.nece_bot {
	height:255px!important;
	margin-top:10px;
}

.nece_bot li {
	width:50%;
	float:left;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	height:30px;
	line-height:30px;
	font-size:14px;
	box-sizing:border-box;
	padding:0 10px;
	position:relative;
	z-index:1;
}

.nece_bot li:before {
	content:"";
	width:4px;
	height:4px;
	border-radius:50%;
	background:#bbb;
	position:absolute;
	left:0;
	z-index:5;
	top:50%;
	margin-top:-2px;
}

.game_color {
	border-top: 2px solid #57BFB5;
}

.ulList li.on .game_d {
	display:block;
	color: #fff;
	background-color: #57BFB5;
	border-color: #57BFB5;
	width:80px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:13px;
	border-radius:5px;
	margin-top:2px;
}

.ulList li.on .game_d:hover {
	color: #fff;
	background-color:#fa993b!important;
	border-color: #FF9900;
}

.game_mes_tit {
    border-bottom: 1px solid #57BFB5;
    font-size: 18px;
    line-height: 40px;
    color: #47aba1;
    position: relative;
    z-index: 1;
    padding-left: 15px;
}

.gamenbox {
    margin:10px 10px 0 10px;	
}

.gamenbox li {
	height:30px;
	line-height:30px;
	font-size:14px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	position:relative;
	z-index:1;
	padding-left:12px;
}

.gamenbox li:before {
	content:"";
	width:4px;
	height:4px;
	position:absolute;
	top:50%;
	margin-top:-2px;
	left:0;
	background:#57BFB5;
}

.game-t {
	border-bottom:1px solid #57BFB5;
	height:50px;
	line-height:50px;
}

.game-t h4 {
	float:left;
	position:relative;
	z-index:1;
	padding:0 0 0 30px;
	font-size:18px;
	line-height:50px;
}

.game-t h4:before {
	content: "";
    position: absolute;
    z-index: 9;
    width: 3px;
    height: 16px;
    background: #57BFB5;
    top: 50%;
    left: 15px;
    margin-top: -8px;
}

.game-list-c .gdown {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 50%;
    margin-top: -16px;
    width: 90px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #57BFB5;
    color: #fff;
}

.game_dj {
	line-height:30px;
	margin-top:5px;
}

.param {
	width:-webkit-calc(100% - 280px); 
	width:-moz-calc(100% - 280px); 
	width:calc(100% - 280px);
	float:left;
}

.game_new_bo .downbtn {
	display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #57BFB5;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    margin: 5px auto;
}



